home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_120_pick a video = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  427 b   |  14 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the member of sprite 6 to "catVid" & string(the currentSpriteNum - 38)
  7.   set the locH of sprite 48 to the locH of sprite the currentSpriteNum
  8.   set the cursor of sprite the currentSpriteNum to 0
  9. end
  10.  
  11. on mouseLeave
  12.   set the cursor of sprite the currentSpriteNum to 0
  13. end
  14.